| name | description | category | type | defaultValue | bindable | readOnly | required | localizable | editableBinding | projectable | cssProp (has no setter and getter in JS) | groupRefId | groupOrder | nodeRefId (for linking node and value) | deprecated | typeRefId (for StyleReference) | subtype (for MpComIdentReference) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| autoRaise | Can be used to configure the behavior of raising a window above others when the user clicks on it. The default behavior will raise the window automaically when the user clicks on it | brease.enum.AutoRaise | enabled | false | false | false | false | false | true | ||||||||
| position | Horizontal and vertical position of the Window.
Either a string (horizontal:left/center/right, vertical:top/middle/bottom) or an integer.
Example :
|
Object | {'horizontal':'center', 'vertical':'middle'} | false | false | false | false | false | true | ||||||||
| tabIndex | sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) | Behavior | Integer | -1 | false | false | false | false | false | true | |||||||
| zIndex | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
UInteger | no defaultValue defined |
false | false | true | true | true | |||||||||
| left | absolute position measured from left boundary of parent container | Integer | no defaultValue defined |
false | false | false | true | true | |||||||||
| top | absolute position measured from top boundary of parent container | Integer | no defaultValue defined |
false | false | false | true | true | |||||||||
| height | outer height of widget | Size | 600 | false | false | false | true | true | |||||||||
| width | outer width of widget | Size | 800 | false | false | false | true | true |
| name | description | arguments |
|---|---|---|
| FocusIn | Fired when the widgets gets focus | |
| FocusOut | Fired when the widgets lost focus |
| name | description | arguments | result |
|---|---|---|---|
| Focus | Sets focus on the widget element, if it can be focused and keyboardOperation=true |